home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / cinstp15.zip / SAMPLE3.INF < prev    next >
INI File  |  1995-01-18  |  2KB  |  70 lines

  1. REM -- Third sample INF file for Chief's Install Pro
  2. REM -- This uses most of the RESERVED words
  3. REM -- Some files are installed to other directories
  4.  
  5. [The title of your application]
  6. $title=My Great Program v2.10
  7.  
  8. [Default target directory]
  9. $target=C:\MYPROG
  10.  
  11. [Disk space needed for the installation - in bytes]
  12. $space=190000
  13.  
  14. [Files to be copied; "$disk 1 =" to "$disk 45 ="; you can use wildcards]
  15. $disk1 = trooks*.exe;trook1*.*;trook1*.dl_
  16. $disk2 = trook2*.*;trook3*.*;*.txt;trookcfg.*
  17. $disk3 = *.ini;*.dr_;*.hl_;*.trk;gloo*.*
  18.  
  19. REM and so on ----- > $disk45=
  20.  
  21. [Other target subdirectories under default directory tree]
  22. $dest\config=trookcfg.exe
  23. $dest\text=trooks.txt
  24.  
  25. [Files to install to Windows directory}
  26. $windir=trooks.ini;trookcfg.ini
  27.  
  28. [Files to install to Windows SYSTEM directory}
  29. $sysdir=trooks.dll;trooks.drv;trooks.scr
  30.  
  31. [Program Manager group name]
  32. $group=Trooks Games
  33.  
  34. [program(s) to create Program Manager icons for]
  35. $icon=TROOKS.EXE;The main Trooks program;Main
  36. $icon=TROOK2.EXE;Another Trooks program
  37. $icon=TROOK3.EXE;Yet another Trooks program
  38. $icon=GLOOG.EXE;A great GLOOG program
  39. $icon=$dest\TROOKS.HLP;My Trook Help;Main
  40. $icon=NOTEPAD.EXE $dest\README.TRK;Trook's Readme
  41. $icon=NOTEPAD.EXE $dest\TROOKS.TXT;Trook's Text file
  42. $icon=$dest\TROOKS.EXE GAME1.TRK;The best Game Ever
  43.  
  44. [Program(s) to run after completing installation]
  45. $exec=$dest\config\TROOKCFG.EXE
  46.  
  47. [put a ";" at the start of the next line to have a normal main window]
  48. $window=MAXIMIZE
  49.  
  50. [comment this to use an 8kb buffer for copying the files]
  51. $COPYBUFFER=4095
  52.  
  53. [comment and use this to change the background color of the window]
  54. [valid values are 0 to 4]
  55. $WINDOW-BACKGROUND=1
  56.  
  57. [comment and use this to change the background of the text]
  58. [3 RGB values, or 1 long integer value
  59. $TEXT-BACKGROUND=192,192,192
  60.  
  61. [uncomment this line to NOT automatically set the check box for PROGMAN group]
  62. ;$SETCHECKBOX
  63.  
  64. [comment this line to enable the final "installation completed" dialog]
  65. $NO-END-DIALOG
  66.  
  67. [comment this line to enable the dialog that offers to add the target]
  68. [directory to the PATH statement in AUTOEXEC.BAT]
  69. $NO-PATH-DIALOG
  70.